syInQueue 
Logical Entity Name  syInQueue 
Default Table Name  syInQueue 
Physical Only  NO 
Definition 
 
Note 
 

syInQueue Columns 
ColumnName  Domain  Datatype  NULL  Definition 
syInQueueID(PK)    int  NO 
 
TrackingNbr(FK)    uniqueidentifier  NO 
 
ScheduledDate    datetime  NO 
 
MachineName    varchar(255)  YES 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
Ts    timestamp  NO 
 

syInQueue Primary and Unique Keys 
Key Name  Key Type  Keys 
SyInQueue_TrackingNbr_SyInQueueId_ScheduledDate_U_N_IDX  Index  ScheduledDate, syInQueueID, TrackingNbr, MachineName, UserID, DateAdded 
SyInQueue_TrackingNbr_U_N_IDX  Index  TrackingNbr 
syInQueue_syInQueueID_U_C_IDX  PrimaryKey  syInQueueID 

syInQueue Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
syQueueXMLMessage  Non-Identifying  One To Zero or More  FK_syInQueue_TrackingNbr_syQueueXMLMessage_TrackingNbr      TrackingNbr  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_SyInQueue_UserID_SyStaff_SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

syInQueue Check Constraints 
Check Constraint Name  CheckConstraint